←Select platform

WatershedCommand Constructor(LeadPoint[][])

Summary

Initializes a new WatershedCommand class object.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal pointsArray()() As LeadPoint _ 
) 
- (instancetype)init 
public WatershedCommand() 
public: 
WatershedCommand(  
   array<array<LeadPoint>^>^> pointsArray 
) 

Parameters

pointsArray
Array of Leadtools.LeadPoint arrays which holds the initial point/path that represents the point or path from which to segment the bitmap.

Example

Refer to the WatershedCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly